
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moirai+One&display=swap');



/* background */

#titlebackground {
  background-color: #060E19;
  background-image: url("directory images/backgroundsketch.png");
  background-repeat: no-repeat;
  background-size: auto;
}

#homebackground{
  background-color: #060E19;
}

#homescene {
  background-color: #060E19;
  background-image: url("directory images/backgroundsketch.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-width: 400px;
  min-height: 300px;
  max-height: 100vh;
  aspect-ratio: 1920/1080;
  position: relative;
  margin: auto;
}



/* container */

#titlecontainer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* content */

#titlecontent{
  display: flex;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  
  background-color: #333163;
  border: 4px solid #BBB9F3;
  border-radius: 18px;
  padding: 15vh 15vw;
  
}



/* header footer body */
header {
  /* affects all */
}

body {
  /* affects all */
}

.titlebody {  
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fafafa;
}


footer {
  position: absolute;
  bottom: 3px;
  width: 100%;
  text-align: center;
}


/* header text */

.titleh1 {
  font-family: "Moirai One", system-ui;
  font-style: normal;
  font-weight: 400;
  font-size: 78px;
  margin: 0px;
  color: #FAFAFA;
}


